home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Developer Connectio…eloper Series 2005 March
/
Dev.CD Mar 05.iso
/
What's New
/
Technical Notes and Q&As
/
ADC Reference Library
/
js
/
popup.js
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-17
|
129 b
|
9 lines
<!--
// Pop A Window
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->